GdPicture.NET.14 (COM - ActiveX)
GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.AnnotationManager / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.AnnotationManager~AddConnectedLinesAnnot / AddConnectedLinesAnnot(Int32,PointF[]) Method





In This Topic
AddConnectedLinesAnnot(Int32,PointF[]) Method
In This Topic
Syntax
'Declaration
 
Public Overloads Function AddConnectedLinesAnnot( _
   ByVal BorderColor As Integer, _
   ByVal Points() As PointF _
) As AnnotationConnectedLines
public AnnotationConnectedLines AddConnectedLinesAnnot( 
   int BorderColor,
   PointF[] Points
)
public function AddConnectedLinesAnnot( 
    BorderColor: Integer;
    Points: PointFarray of
): AnnotationConnectedLines; 
public function AddConnectedLinesAnnot( 
   BorderColor : int,
   Points : PointF[]
) : AnnotationConnectedLines;
public: AnnotationConnectedLines* AddConnectedLinesAnnot( 
   int BorderColor,
   PointF[]* Points
) 
public:
AnnotationConnectedLines^ AddConnectedLinesAnnot( 
   int BorderColor,
   array<PointF>^ Points
) 

Parameters

BorderColor
Points
See Also

Reference

GdPicture.NET.14 (COM - ActiveX)~GdPicture14.AnnotationManager
AnnotationManager Members
Overload List